@media (max-width: 1280px) {

    .journalContainer{
        max-height: 720px;
    }

    .latestEntry p{
        font-size: medium;
    }

    .olderEntriesContainer p {
       font-size: small;
    }

    .profileInfo{
        font-size: small;
    }

    #albumTitle{
        font-size: x-small;
    }
    #albumArtist{
        font-size: xx-small;
    }

    .doraemon{
        top: 73%;
    }


    
}


@media screen and (width: 1280px) and (height: 960px) {
          
    .doraemon{
        top: 78%;
        width: 10%;
    }

    .journalContainer {
        max-height: 942px;
        width: 80%;
    }

    .backLinkContainer {
        text-align: center;
        padding-top: 12%;
    }
}